home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-18 | 555 b | 25 lines | [TEXT/MPS ] |
- # File: test.make
- # Target: test
- # Sources: test.rsrc
- # test.p
- # Created: 18.08.96.
-
-
- OBJECTS = test.p.o
-
- test.r ƒƒ test.make test.rsrc
- DeRez test.rsrc "{RIncludes}"SysTypes.r "{RIncludes}"Types.r > test.r
-
- test ƒƒ test.make test.r
- Rez "{RIncludes}"SysTypes.r "{RIncludes}"Types.r test.r -append -o test
-
- test ƒƒ test.make {OBJECTS}
- Link -t APPL -c '????' ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o ∂
- -o test
- test.p.o ƒ test.make test.p
- Pascal test.p
-